body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
ul li strong {
  font-weight: normal!important;
}

*{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

body {
  font: 12px "Arial Narrow", HELVETICA;
  background: #ebebeb;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
  text-decoration: none;
  transition: all 300ms linear;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.bdnone {
  border: none!important;
}
.pdbottom {
  padding-bottom: 0!important;
}
body {
  background: #f3f3f3;
}
.top {
  padding: 7px 0;
  display: flex;
  justify-content: center;
  border-top: 2px solid #2688EC;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
}
.top h1 {
  width: 1200px;
}
.head {
  display: flex;
  justify-content: center;
  background: #fff;
}
.head .center {
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.head a {
  display: block;
}
.head img {
  display: block;
  overflow: hidden;
}
.head span {
  display: block;
  overflow: hidden;
}
.head .tel {
  width: 267px;
  height: 63px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0057A1;
}
.menu .center {
  display: flex;
  justify-content: flex-start;
}
.nav {
  display: flex;
  flex: 1;
  width: 1200px;
  justify-content: space-between;
}
.nav > li {
  flex: 1;
  position: relative;
}
.nav > li > a {
  flex: 1;
  height: 50px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-left: 1px solid #0777BD;
}
.nav > li > a:hover {
  transition: all 300ms linear;
  overflow: hidden;
  background: #d00000;
}
.nav > li:last-child {
  border-right: 1px solid #0777BD;
}
.nav > li:hover ol {
  display: block;
}
.nav .active > a {
  background: #d00000;
}
.nav ol {
  display: none;
  background: #145bb5;
  position: absolute;
  left: 0;
  z-index: 999;
  top: 50px;
   width: 100%;
}
.nav ol a {
  height: 50px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-bottom: 1px solid #0777BD;
}
.nav ol a:hover {
  overflow: hidden;
  background: #d00000;
}
.banner {
  height: 500px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.banner .swiper-pagination.swiper-pagination-bullets {
  bottom: 20px;
}
.tags {
  display: flex;
  justify-content: center;
  background: #f2f2f2;
}
.tags .center {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
}
.tags dl {
  margin-left: 50px;
  padding-left: 30px;
  background: url(../imgs/tags.png) left center no-repeat;
  background-size: 15px auto;
  display: flex;
  justify-content: flex-start;
}
.tags dt,
.tags dd {
  padding: 13px 20px 13px 0;
}
.tags a {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.tags dd:last-child a {
  border-right: none;
}
.products {
  width: 1200px;
  min-height: 1500px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.leftBar {
  width: 324px;
  border: 1px #0057A1 solid;
  min-height: 600px;
  position: relative;
  background: #fff;
}
.leftBar .bottomteltool {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../imgs/teltool.png) top center no-repeat;
}
.leftBar dl.bottomdl {
  padding-top: 65px;
  text-align: center;
  font-size: 14px;
}
.leftBar dl.bottomdl dt {
  color: #fff;
  padding-bottom: 10px;
}
.leftBar dl.bottomdl dd {
  font-size: 32px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.leftBar dl.bottomdl a {
  background: orange;
  color: #fff;
  font-weight: bold;
  border: 1px solid orange;
  font-size: 14px;
  padding: 7px 63px;
  display: inline-block;
}
.leftBar dl.bottomdl a:hover {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
  transition: all 300ms linear;
}
.leftBar h2 {
  background: #0057A1 url(../imgs/hot.png) left 15px center no-repeat;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  text-align: left;
  font-weight: bold;
}
.leftBar .leftbar_nav {
  padding: 15px;
}
.leftBar .leftbar_nav a {
  background: #0057A1 url(../imgs/plus.png) right 15px center no-repeat;
  color: #fff;
  font-size: 14px;
  padding: 10px 0 10px 30px;
  margin-bottom: 1px;
  display: block;
  position: relative;
}
.leftBar .leftbar_nav a::before {
  content: " ";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.leftBar .leftbar_nav a:hover {
  transition: background-color 300ms linear;
  background: #004079 url(../imgs/plus.png) right 15px center no-repeat;
}
.leftBar .leftbar_nav a:hover::before {
  content: " ";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ff0000;
}
.leftBar dl.address {
  padding: 0 15px 15px 15px;
  font-size: 14px;
}
.leftBar dl.address dt {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #0057a1;
  font-weight: bold;
  padding-bottom: 14px;
}
.leftBar dl.address dd {
  padding: 5px 0;
  display: flex;
  border-bottom: 1px dotted #ccc;
}
.leftBar dl.address dd .a1,
.leftBar dl.address dd .a2,
.leftBar dl.address dd .a3,
.leftBar dl.address dd .a4,
.leftBar dl.address dd .a5,
.leftBar dl.address dd .a6,
.leftBar dl.address dd .a7 {
  width: 30px;
  height: 30px;
  background-size: 20px 20px!important;
}
.leftBar dl.address dd .a1 {
  background: url(../imgs/a1.png) left center no-repeat;
}
.leftBar dl.address dd .a2 {
  background: url(../imgs/a2.png) left center no-repeat;
}
.leftBar dl.address dd .a3 {
  background: url(../imgs/a3.png) left center no-repeat;
}
.leftBar dl.address dd .a4 {
  background: url(../imgs/a4.png) left center no-repeat;
}
.leftBar dl.address dd .a5 {
  background: url(../imgs/a5.png) left center no-repeat;
}
.leftBar dl.address dd .a6 {
  background: url(../imgs/a6.png) left center no-repeat;
}
.leftBar dl.address dd .a7 {
  background: url(../imgs/a7.png) left center no-repeat;
}
.leftBar dl.address dd:last-child {
  border-bottom: none;
}
.leftBar dl.address dd span {
  display: flex;
  align-items: center;
}
.leftBar dl.address dd span:last-child {
  flex: 1;
}
.leftBar .contact {
  display: block;
  width: 100%;
}
.rightPros {
  flex: 1;
  min-height: 800px;
  background: #fff;
  margin-left: 30px;
}
.rightPros .moretooladdress {
  background: #0057A1 url(../imgs/address.png) left 10px center no-repeat;
  background-size: 34px 34px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  padding: 0 15px 0 40px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.rightPros .moretooladdress a {
  color: #fff;
  padding: 0 15px;
}
.rightPros .moretooladdress em {
  font-family: Arial, Helvetica, sans-serif;
}
.rightPros .moretooladdress .tramico {
  border: none;
  outline: none;
  position: absolute;
  cursor: pointer;
  right: 5px;
  background: url(../imgs/3.png) center center no-repeat;
  width: 35px;
  height: 100%;
}
.rightPros .moretooladdress .tramico:active {
  opacity: 0.8;
}
.rightPros .moretooladdress .tramico.tan {
  background: url(../imgs/4.png) center center no-repeat;
}
.rightPros .moretool {
  background: #fff url(../imgs/bluebg.png) left center no-repeat;
  border-bottom: 1px solid #ddd;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.rightPros .moretool strong {
  padding-left: 50px;
}
.rightPros .moretool a {
  font-size: 12px;
  padding: 5px 7px;
  background: #ff0000;
  color: #fff;
}
.rightPros .moretool a:hover {
  background: #0777BD;
  color: #fff;
  transition: all 300ms linear;
}
.list {
  padding: 15px 0 0 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list .proimg {
  width: 368px;
  height: 368px;
  overflow: hidden;
}
.list a {
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f2f2f2;
  padding: 15px;
  display: block;
}
.list a:hover {
  box-shadow: 0 0 20px #f2f2f2 inset;
  transition: all 300ms linear;
  background: #f2f2f2;
}
.list a:hover div.protitle {
  transition: all 300ms linear;
  background: #0057A1;
  color: #fff;
}
.list a:hover img {
  transition: all 300ms linear;
  transform: scale(1.2);
}
.list a img {
  display: block;
  width: 368px;
  height: 368px;
  overflow: hidden;
}
.list a div.protitle {
  margin-top: 15px;
  height: 50px;
  background: #f2f2f2;
  font-size: 18px;
  color: #0057A1;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
}
.ask_answer {
  min-height: 325px;
}
.ask_answer h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #0057a1;
  font-weight: bold;
  margin: 0 15px;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.askgroup {
  padding: 10px;
  margin: 0 15px 1px 15px;
  background: #f2f2f2;
}
.askgroup:hover {
  transition: all 300ms linear;
  background: #e4e4e4;
}
.askgroup .q,
.askgroup .a {
  display: flex;
}
.askgroup .q small,
.askgroup .a small {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.askgroup .q a,
.askgroup .a a {
  flex: 1;
  padding-left: 10px;
  line-height: 1.6;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.askgroup .q {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 5px;
}
.askgroup .q small {
  background: #d00000;
}
.askgroup .a small {
  background: #0057A1;
}
.advantage {
  min-height: 1080px;
  background: #fff;
}
.titletop {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titletop dl {
  padding-right: 30px;
  text-align: right;
}
.titletop dt {
  font-size: 40px;
  font-weight: bold;
  color: #d00000;
}
.titletop dd {
  font-size: 22px;
  color: #0057A1;
}
.titletop div {
  width: 500px;
  height: 99px;
  background: url(../imgs/titles.png) left top no-repeat;
  position: relative;
}
.titletop span {
  font-size: 70px;
  color: #fff;
  position: absolute;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  left: 40px;
  top: 7px;
}
.titletop p {
  left: 142px;
  position: absolute;
  top: 22px;
  font-size: 34px;
  font-weight: bold;
  color: #d00000;
}
.advantageLi {
  margin: 0 auto;
  width: 1200px;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.advantageLi:nth-child(odd) .imgbox {
  text-align: left;
  flex: 1;
}
.advantageLi:nth-child(odd) .imgbox img {
  max-width: 90%;
}
.advantageLi:nth-child(even) .imgbox {
  text-align: right;
  flex: 1;
}
.advantageLi:nth-child(even) .imgbox img {
  max-width: 90%;
}
.advantageLi .infobox {
  display: flex;
  width: 700px;
}
.advantageLi .infobox dl {
  padding-left: 30px;
}
.advantageLi .infobox dt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #0057A1;
}
.advantageLi .infobox dd {
  font-size: 20px;
  line-height: 2;
}
.advantageLi .icon {
  width: 128px;
  height: 128px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  background: url(../imgs/six.png) center center no-repeat;
}
.honnor {
  min-height: 696px;
  background: url(../imgs/honnorbg.jpg) top center no-repeat;
  background-size: 100% 100%;
}
.honnor .htitle {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.honnor .htitle h6 {
  font-size: 38px;
  color: orange;
  font-weight: bold;
}
.honnor .htitle div {
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
}
.honnor .swiperList {
  padding-top: 30px;
  width: 1200px;
  padding-bottom: 35px;
  margin: 0 auto;
}
.honnor .swiperList .swiper-slide {
  height: 400px;
  background: #fff;
}
.honnor .swiperList a {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border: 1px solid #fff;
  padding: 10px;
}
.honnor .swiperList a img {
  width: 100%;
  height: 328px;
  display: block;
  margin-bottom: 10px;
}
.honnor .swiperList a div {
  height: 40px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honnor .swiperList a:hover {
  background: #f2f2f2;
}
.honnor .swiperList a:hover div {
  transition: all 300ms linear;
  color: #ff0000;
}
.honnor .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.honnor .more img {
  width: 50px;
  height: 50px;
}
.honnor .more:hover {
  transition: all 300ms linear;
  opacity: 0.5;
}
.newslist {
  background: #f3f3f3;
  padding-bottom: 30px;
}
.newslist .newtitle {
  padding-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}
.newslist .newtitle strong {
  font-size: 40px;
  color: #666;
}
.newslist .newtitle div {
  font-size: 18px;
  color: #999;
  padding-top: 10px;
}
.newslist .newsBox {
  display: flex;
  width: 1180px;
  border: 10px solid #e4e4e4;
  margin: 0 auto;
  justify-content: space-between;
}
.newslist .newswrap {
  flex: 1;
  padding: 20px;
  background: #fff;
}
.newslist .newswrap:first-child {
  border-right: 10px solid #e4e4e4;
  border-right: none;
}
.newslist .newswrap:last-child {
  border-left: 10px solid #e4e4e4;
  border-right: none;
}
.newslist .hotNews {
  display: flex;
}
.newslist .hotNews .imght {
  width: 150px;
  flex: none;
  height: 112px;
  display: block;
  overflow: hidden;
}
.newslist .hotNews .imght:hover img {
  transition: all 300ms linear;
  transform: scale(1.5);
}
.newslist .hotNews .imght img {
  width: 100%;
  display: block;
}
.newslist .hotNews dl {
  padding-left: 20px;
}
.newslist .hotNews dl a:hover {
  color: #d00000;
}
.newslist .hotNews dt a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 345px;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #0057a1;
}
.newslist .hotNews dd a {
  height: 45px;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newslist .hotNews dd p {
  padding-top: 5px;
  color: #999;
}
.newslist ul {
  padding-top: 20px;
}
.newslist li {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
}
.newslist li:last-child {
  border-bottom: none;
}
.newslist li:hover a {
  color: #ff0000;
}
.newslist li:hover a::before {
  content: " ";
  position: absolute;
  left: 0;
  transition: all 300ms linear;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ff0000;
}
.newslist li:hover span {
  color: #ff0000;
}
.newslist li a {
  float: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 300px;
  padding-left: 25px;
  position: relative;
}
.newslist li a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ccc;
}
.newslist li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.newslist .redirectTitle {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.newslist .redirectTitle strong {
  color: #0777BD;
}
.newslist .redirectTitle a {
  font-size: 12px;
  padding: 5px 7px;
  background: #ff0000;
  color: #fff;
}
.newslist .redirectTitle a:hover {
  transition: all 300ms linear;
  background: #0777BD;
  color: #fff;
}
.ggad {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 30px;
}
.cases {
  min-height: 550px;
  background: url(../imgs/xrepeat.jpg) top center no-repeat;
  background-size: 100% 100%;
}
.cases .timer {
  color: #fff;
  margin: 0 auto;
  width: 1200px;
  font-size: 18px;
  padding-bottom: 25px;
  text-align: center;
}
.cases .newtitle {
  padding-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}
.cases .newtitle strong {
  font-size: 40px;
  color: #fff;
}
.cases .newtitle div {
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
}
.cases .redirectTitle {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.cases .redirectTitle strong {
  color: #0777BD;
}
.cases .redirectTitle a {
  font-size: 12px;
  padding: 5px 7px;
  background: #ff0000;
  color: #fff;
}
.cases .redirectTitle a:hover {
  transition: all 300ms linear;
  background: #0777BD;
  color: #fff;
}
.cases .casezoom {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cases .casezoom .caseslist {
  margin: 0 10px;
  padding: 10px;
  background-color: #fff;
}
.cases .casezoom .caseslist * {
  max-width: 100%;
  display: block;
}
.cases .casezoom .caseslist img {
  width: 204px;
  height: 204px;
}
.cases .casezoom .caseslist div {
  height: 25px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.cases .casezoom .caseslist a {
  overflow: hidden;
}
.cases .casezoom .caseslist:hover {
  transition: all 300ms linear;
  background: #0777BD;
}
.cases .casezoom .caseslist:hover div {
  color: #fff;
}
.cases .casezoom .caseslist:hover img {
  transition: all 300ms linear;
  transform: scale(1.05);
}
.about {
  background: #f3f3f3 url(../imgs/bgtimecases.jpg) bottom center no-repeat;
  min-height: 650px;
}
.about .newtitle {
  padding-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}
.about .newtitle strong {
  font-size: 40px;
  color: #666;
}
.about .newtitle div {
  font-size: 18px;
  color: #666;
  padding-top: 10px;
}
.about .aboutinfo {
  width: 1200px;
  font-size: 14px;
  line-height: 2;
  margin: 0 auto;
  display: flex;
}
.about .leftmap {
  width: 585px;
  background: #fff;
  display: flex;
  border: 10px solid #fff;
}
.about .leftmap img {
  flex: 1;
}
.about .rightinfo {
  flex: 1;
  padding-left: 30px;
  min-height: 350px;
}
.about .rightinfo p {
  text-align: justify;
  margin-bottom: 10px;
}
.about .rightinfo a {
  margin-top: 7px;
  color: #0777BD;
  font-size: 16px;
  border: 2px solid #0777BD;
  padding: 7px 63px;
  display: inline-block;
}
.about .rightinfo a:hover {
  border: 2px solid #ff0000;
  color: #ff0000;
}
.footer {
  background: #005CA2;
}
.footer .address {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.footer .w-navs {
  width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f2f2f2;
  margin: 0 auto;
}
.footer .w-navs a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
.footer .w-navs span {
  color: #fff;
  padding: 0 20px;
}
.footer .hzhb {
  width: 1200px;
  color: #fff;
  font-size: 14px;
  margin: 20px auto;
}
.footer .hzkehus {
  width: 1200px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.footer .hzkehus a {
  margin-right: 20px;
  float: left;
}
.footer .hzkehus a img {
  display: block;
  padding: 5px;
  border: 1px solid #ccc;
}
.footer .hzkehus a img:hover {
  border: 1px dotted #AEDCF4;
}
.footer .pros-lists {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto;
}
.footer .address-s2 {
  float: right;
}
.footer .address-s2 p {
  color: #fff;
  line-height: 25px;
  margin-bottom: 5px;
}
.footer .botoms {
  height: 45px;
  line-height: 45px;
  background: #01325A;
}
.footer .wa1200px {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer .wa1200px .friendlinks {
  height: 25px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  width: 200px;
}
.footer .wa1200px .friendlinks ul {
  position: absolute;
  display: none;
  background: #fff;
  width: 100%;
  border: 1px solid #fff;
  left: -1px;
  bottom: 25px;
  color: #333;
  max-height: 300px;
  overflow-y: auto;
}
.footer .wa1200px .friendlinks ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.footer .wa1200px .friendlinks:hover ul {
  display: block;
}
.footer dt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}
.footer dd {
  padding-bottom: 15px;
  color: #fff;
  font-size: 14px;
}
.footer p {
  color: #fff;
  padding-top: 10px;
  text-align: right;
}
.footer img {
  width: 120px;
  border: 5px solid #fff;
}
.bannerinner {
  height: 400px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100% ;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 5px #999;
}
.list-images {
  padding: 15px 15px 0 15px;
}
.list-images .proli {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.list-images .proli:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.list-images .proli .proimgs.article_images {
  width: 200px;
  height: 200px;
  padding: 10px;
}
.list-images .proli .proimgs.article_images img {
  width: 100%;
  height: 100%;
}
.list-images .proli .proimgs {
  width: 150px;
  height: 150px;
  padding: 7px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-images .proli .proimgs a {
  width: 100%;
  height: 100%;
  flex: none;
  overflow: hidden;
}
.list-images .proli .proimgs a img {
  width: 100%;
  height: 100%;
}
.list-images .proli .proimgs a:hover img {
  transition: all 300ms linear;
  transform: scale(1.2);
}
.list-images dl {
  flex: 1;
  padding-left: 15px;
}
.list-images dl a:hover {
  color: #d00000;
}
.list-images dt {
  padding-bottom: 10px;
}
.list-images dt a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #0777BD;
}
.list-images dd.pinfo a {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.list-images dd.pinfo a:hover {
  transition: all 300ms linear;
  color: #d00000;
}
.list-images .pinfolist {
  padding-top: 7px;
  height: 52px;
}
.list-images .tipico {
  display: flex;
  padding: 7px 0;
  justify-content: flex-start;
}
.list-images .tipico span {
  margin-right: 15px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.list-images .tipico img {
  width: 18px;
  color: #666;
  margin-right: 7px;
}
.list-images .btns {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.list-images .btns a {
  margin-right: 15px;
  padding: 7px 15px;
  font-weight: bold;
  transition: all 200ms linear;
}
.list-images .btns .ask {
  color: #fff;
  padding-right: 35px;
  background: #d00000 url(../imgs/ask2.png) right 10px center no-repeat;
  background-size: 20px 20px;
}
.list-images .btns .ask:hover {
  background: #0777BD url(../imgs/ask2.png) right 10px center no-repeat;
  background-size: 20px 20px;
  color: #fff;
}
.list-images .btns .eye {
  color: #fff;
  padding-right: 35px;
  background: #666 url(../imgs/eye2.png) right 10px center no-repeat;
  background-size: 20px auto;
}
.list-images .btns .eye:hover {
  background: #0777BD url(../imgs/eye2.png) right 10px center no-repeat;
  background-size: 20px auto;
  color: #fff;
}
.list-images .article_img_info h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.list-images .article_img_info .tel {
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  align-items: center;
}
.list-images .article_img_info .tel strong {
  font-size: 24px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #ff0000;
}
.list-images .article_img_info dt {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.list-images .article_img_info .tipico {
  font-size: 14px;
}
.list-images .article_img_info .tipico span {
  display: flex;
  align-items: center;
}
.list-images .article_img_info .pinfo {
  height: 42px;
  margin-bottom: 10px;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.list-images .article_img_info a {
  margin-right: 15px;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 18px;
  transition: all 200ms linear;
}
.list-images .article_img_info .ask {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-right: 35px;
  background: #0057A1 url(../imgs/ask2.png) right 10px center no-repeat;
  background-size: 20px 20px;
}
.list-images .article_img_info .ask:hover {
  background: #d00000 url(../imgs/ask2.png) right 10px center no-repeat;
  background-size: 20px 20px;
  color: #fff;
}
.tipwrap {
  border-top: 3px solid #0057A1;
  height: 32px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background: url(../imgs/arcstrong.png) left top no-repeat;
}
.proimgarc {
  border: none!important;
  padding-bottom: 0!important;
}
.proscontent {
  min-height: 1000px;
  padding: 20px 0 35px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.proscontent img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
  clear: both;
}
.others {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 1px;
}
.others p {
  line-height: 1.8;
  color: #666;
  font-size: 14px;
}
.others p a {
  color: #ff0000;
}
.prevnext {
  background: #f2f2f2;
  color: #333;
  padding: 15px;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.prevnext div {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prevnext div a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 260px;
  color: #333;
  font-size: 14px;
}
.prevnext div a:hover {
  color: #ff0000;
}
.article_img_info.pd0 {
  padding: 0!important;
}
.fontsize32px {
  font-size: 26px!important;
}
.articlecontent {
  padding: 20px 0;
}
.text-center {
  display: flex!important;
  justify-content: center!important;
}
.arcpinfo {
  background: #f2f2f2;
  padding: 15px;
  line-height: 1.8;
  color: #666;
  font-size: 14px;
}
.list-images.li-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-images.li-img .proli {
  width: 398px;
  display: flex;
  margin: 0;
  padding: 0;
  border: none;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-images.li-img .proli dl {
  padding: 0;
}
.list-images.li-img .proli dt {
  padding-top: 10px;
}
.list-images.li-img .proli .tipico {
  padding: 0;
}
.list-images.li-img .proli .proimgs {
  width: 367px;
  padding: 15px;
  height: 367px;
}
.list-images.li-img .proli .pinfo.pinfolist {
  display: none;
}
.list-images.li-img .proli:nth-child(odd) {
  margin-right: 7.5px;
  margin-bottom: 15px;
}
.list-images.li-img .proli:nth-child(even) {
  margin-left: 7.5px;
  margin-bottom: 15px;
}
.list-images.li-img .proli .btns a {
  font-size: 16px;
  padding: 10px 40px 10px 30px!important;
}
.list-article {
  padding: 15px;
}
.toutiao{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display: block;
width: 550px;
}
.list-article .toutiao strong {
  color: #ff0000;
}
.list-article .hotNews {
  display: flex;
}
.list-article .hotNews .imght {
  width: 150px;
  flex: none;
  height: 112px;
  display: block;
  overflow: hidden;
}
.list-article .hotNews .imght:hover img {
  transition: all 300ms linear;
  transform: scale(1.5);
}
.list-article .hotNews .imght img {
  width: 100%;
  display: block;
}
.list-article .hotNews dl {
  padding-left: 20px;
}
.list-article .hotNews dl a:hover {
  color: #d00000;
}
.list-article .hotNews dt a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #0057a1;
}
.list-article .hotNews dd a {
  height: 45px;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #666;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-article .hotNews dd p {
  padding-top: 5px;
  color: #999;
    font-size: 14px;
}
.list-article ul {
  padding-top: 20px;
}
.list-article li {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
}
.list-article li:last-child {
  border-bottom: none;
}
.list-article li:hover a {
  color: #ff0000;
}
.list-article li:hover a::before {
  content: " ";
  position: absolute;
  left: 0;
  transition: all 300ms linear;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ff0000;
}
.list-article li:hover span {
  color: #ff0000;
}
.list-article li a {
  float: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 300px;
  padding-left: 25px;
  position: relative;
}
.list-article li a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ccc;
}
.list-article li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.list-article .redirectTitle {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.list-article .redirectTitle strong {
  color: #0777BD;
}
.list-article .redirectTitle a {
  font-size: 12px;
  padding: 5px 7px;
  background: #ff0000;
  color: #fff;
}
.list-article .redirectTitle a:hover {
  transition: all 300ms linear;
  background: #0777BD;
  color: #fff;
}
.contactright {
  font-size: 14px;
  line-height: 2;
  padding: 15px;
}
.contactArc {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.mapimg {
  min-height: 570px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.messageboard {
  padding-top: 25px;
}
.messageboard h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #0057a1;
}
.messageboard .messagebox {
  padding: 40px 30px 30px 30px;
  background: #f2f2f2;
}
.messageboard .messagebox div {
  padding-bottom: 15px;
  display: flex;
}
.messageboard .messagebox div span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  width: 60px;
}
.messageboard .messagebox div input {
  flex: 1;
  height: 35px;
  outline: none;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  margin-left: 5px;
}
.messageboard .messagebox div textarea {
  flex: 1;
  outline: none;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  resize: none;
  color: #333;
  font-family: "微软雅黑";
  min-height: 90px;
  margin-left: 5px;
}
.messageboard .messagebox div button {
  outline: none;
  cursor: pointer;
  font-size: 16px;
  width: 120px;
  height: 40px;
  margin-left: 75px;
  background: #0057A1;
  color: #fff;
  border: none;
}
.messageboard .messagebox div button:active {
  background: #003172;
}
.list-ask .askgroup {
  margin-left: 0;
  margin-right: 0;
}
.h4_h5 {
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.h45swiper {
  padding-bottom: 30px;
}
.h45swiper .swiper-container-about {
  max-width: 814px;
}
.h45swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.h45swiper .swiper-slide {
  min-height: 300px;
  text-align: center;
  font-size: 18px;
  background: #f2f2f2;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-pagination-about {
  text-align: center;
}
.fixedBoxcenter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.fixedBoxcenter .center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fixedBoxcenter .center .imgtopboxa {
  width: 400px;
  height: 400px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.fixedBoxcenter .center .imgtopboxa img {
  max-width: 90%;
  max-height: 90%;
}
.fixedBoxcenter .center p {
  width: 420px;
  height: 50px;
  background: #0057A1;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgboxswiper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.imgboxswiper img {
  display: block;
  width: 209px;
  margin: 0 auto;
  cursor: pointer;
}
.imgboxswiper .imgbig {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgboxswiper .imgbig img {
  max-width: 90%;
  max-height: 90%;
}
.imgboxswiper .infoboxswiper {
  margin-top: 15px;
  height: 65px;
  display: flex;
  align-items: color;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #0057A1;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.paginationWrap {
  padding: 0 15px 15px;
}
.paginationWrap .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 0;
}
.paginationWrap .pagination > li {
  display: inline;
}
.paginationWrap .pagination > li > a,
.paginationWrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #145bb5;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.paginationWrap .pagination > li:first-child > a,
.paginationWrap .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.paginationWrap .pagination > li:last-child > a,
.paginationWrap .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.paginationWrap .pagination > li > a:hover,
.paginationWrap .pagination > li > span:hover,
.paginationWrap .pagination > li > a:focus,
.paginationWrap .pagination > li > span:focus {
  z-index: 2;
  color: #145bb5;
  background-color: #eeeeee;
  border-color: #ddd;
}
.paginationWrap .pagination > .active > a,
.paginationWrap .pagination > .active > span,
.paginationWrap .pagination > .active > a:hover,
.paginationWrap .pagination > .active > span:hover,
.paginationWrap .pagination > .active > a:focus,
.paginationWrap .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #145bb5;
  border-color: #145bb5;
  cursor: default;
}
.paginationWrap .pagination > .disabled > span,
.paginationWrap .pagination > .disabled > span:hover,
.paginationWrap .pagination > .disabled > span:focus,
.paginationWrap .pagination > .disabled > a,
.paginationWrap .pagination > .disabled > a:hover,
.paginationWrap .pagination > .disabled > a:focus {
  color: #145bb5;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
